.management-container{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 20px;
}

.text-center.mb-3.form-title {
  overflow-wrap: anywhere;
}

.form-control {
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  padding: 15px;
}

.form-label {
  font-size: 16px;
  font-weight: bold;
}

label {
  font-size: 16px;
  font-weight: normal;
}

.text-right {
  display: flex;
  justify-content: space-between;
}

.btn.btn-primary {
  margin: 20px;
  background: #0c91c3 !important;
  border: none;
  font-size: 16px;
  padding: 6px 12px;
}

.btn.btn-danger {
  margin: 20px;
  border: none;
  font-size: 16px;
  padding: 6px 12px;
}

.btn-no-hover:hover {
  background-color: #e75a53 !important; 
}